github.com/jackc/pgx/v5/pgconn.CancelRequestContextWatcherHandler.handleUnwatchAfterCancelCalled (field)

3 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2905: 	handleUnwatchAfterCancelCalled func()
		pgconn.go#L2911: 	handleUnwatchedAfterCancelCalledCtx, h.handleUnwatchAfterCancelCalled = context.WithCancel(context.Background())
		pgconn.go#L2939: 	h.handleUnwatchAfterCancelCalled()